projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feed3af
)
(ls-lisp-format-time-list): Fix type and provide :tag's.
author
Markus Rost
<rost@math.uni-bielefeld.de>
Tue, 17 Sep 2002 00:42:29 +0000
(
00:42
+0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Tue, 17 Sep 2002 00:42:29 +0000
(
00:42
+0000)
lisp/ls-lisp.el
patch
|
blob
|
history
diff --git
a/lisp/ls-lisp.el
b/lisp/ls-lisp.el
index 6efc77b099e8ea287220bd811e46b674b7596b3f..72c2f65aba28834918d5ae78158a419344392c10 100644
(file)
--- a/
lisp/ls-lisp.el
+++ b/
lisp/ls-lisp.el
@@
-159,7
+159,8
@@
current year. The OLD-TIME-FORMAT is used for older files. To use ISO
\(setq ls-lisp-format-time-list
'(\"%Y-%m-%d %H:%M\"
\"%Y-%m-%d \"))"
- :type '(list string)
+ :type '(list (string :tag "Early time format")
+ (string :tag "Old time format"))
:group 'ls-lisp)
;; Remember the original insert-directory function